home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWGraphx / Include / FWGXCfg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  489 b   |  22 lines  |  [TEXT/MPS ]

  1. #ifndef FWGXCFG_H
  2. #define FWGXCFG_H
  3.  
  4. //========================================================================================
  5. //
  6. //    File:                FWGXCfg.h
  7. //    Release Version:    $ 1.0d11 $
  8. //
  9. //    Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. #ifdef FW_BUILD_MAC
  14.     #define FW_SUPPORT_GX        1
  15. #endif
  16.  
  17. #ifdef FW_BUILD_WIN
  18. //    #define FW_SUPPORT_GX        1        Not yet!
  19. #endif
  20.  
  21. #endif // FWGXCFG_H
  22.